home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 September / Amiga Games Extra CD-ROM 9-1996.iso / userbox / publicdomain / vim-4.2 / doc / vim_mint.txt < prev    next >
Text File  |  1996-06-16  |  1KB  |  33 lines

  1. *vim_mint.txt*  For Vim version 4.2.  Last modification 1996 June 11
  2.  
  3. This file contains the particularities for the Atari MiNT version of Vim.
  4.  
  5. For compiling Vim on the Atari running MiNT see "INSTALL" and "Makefile"
  6. in the src directory.
  7.  
  8. Vim for MiNT behaves almost exactly like the Unix version.
  9. The Unix behavior described in the documentation also refers to the
  10. MiNT version of Vim unless explicitly stated otherwise.
  11.  
  12. For wildcard expansion of <~> (home directory) you need a shell that
  13. expands the tilde. The vanilla Bourne shell doesn't recognize it.
  14. With csh and ksh it should work OK.
  15.  
  16. The MiNT version of vim needs the termcap file /etc/termcap with the
  17. terminal capabilities of your terminal. Builtin termcaps are
  18. supported for the vt52 terminal. Termcap entries for the TOSWIN window
  19. manager and the virtual console terminals have been appended to the
  20. termcap file that comes with the Vim disrribution.
  21.  
  22. If you should encounter problems with swapped <BS> and <Del> keys, see
  23. |:fixdel|.
  24.  
  25. Because terminal updating under MiNT is often slow (e.g. serial line
  26. terminal), the 'showcommand' and 'ruler' options are default off.
  27. If you have a fast terminal, try setting them on.  You might
  28. also want to set 'ttyfast'.
  29.  
  30. Send bug reports to
  31.  
  32.     Jens M. Felderhoff, e-mail: jmf@infko.uni-koblenz.de
  33.